﻿@charset "UTF-8";
@import "common.css";

.appli .boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.appli .box {
    width: 48.2%;
    margin-bottom: 0.55rem;
    position: relative;
    z-index: 0;
}

    .appli .box .box_nr {
        position: relative;
        z-index: 1;
        margin-top: -15%;
        padding: 0.35rem 0.4rem 0.4rem 0.3rem;
        width: 88%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(64, 63, 64, 0.07);
        box-shadow: 0px 0px 16px 0px rgba(64, 63, 64, 0.07);
    }

        .appli .box .box_nr .icon-left {
            margin-right: 0.15rem;
            margin-bottom: 0.25rem;
            margin-top: 0.1rem;
            min-width: 40px;
        }

        .appli .box .box_nr .h3 {
            font-size: 0.28rem;
            list-style: none;
            margin-bottom: 0.1rem;
        }

        .appli .box .box_nr p {
            color: #666666;
            height: 73px;
        }

@media screen and (max-width: 1459px) {
    .appli .box .box_nr p {
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .appli .box .box_nr {
        width: 100%;
        margin-top: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 539px) {
    .appli .box .box_nr .icon-left,
    .appli .box .box_nr .icon-left img {
        max-width: 25px;
        min-width: auto;
        display: none;
    }

    .appli .box .box_nr p {
        height: auto;
        line-height: 1.8;
    }

    .appli .box .box_nr .h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .appli .box .box_nr {
        padding: 25px 20px;
    }
}

.news .boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news .box {
    width: 48.2%;
    position: relative;
}

    .news .box:hover .pic img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news .box:hover .box_nr .h3 {
        color: #0b47a9;
    }

    .news .box:hover .box_nr .ri {
        margin-right: 0px;
    }

    .news .box .box_nr {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 62%;
        padding: 0.55rem 0.45rem;
        background: #fff;
        -webkit-box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0.2);
        box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0.2);
    }

        .news .box .box_nr .h3 {
            font-size: 0.24rem;
            line-height: 1.5;
            height: 65px;
            margin-bottom: 0.34rem;
        }

        .news .box .box_nr .time {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .news .box .box_nr .ri {
            width: 0.47rem;
            height: 0.47rem;
            background-color: #aacd06;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 15px;
            -webkit-transition: 1s;
            transition: 1s;
        }

            .news .box .box_nr .ri svg {
                width: 100%;
            }

.news .newlist {
    margin-top: 0.9rem;
    width: 100%;
}

    .news .newlist .item {
        margin-bottom: 0.55rem;
        width: 100%;
    }

        .news .newlist .item:hover .pic img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .news .newlist .item:hover .h3 {
            color: #0b47a9;
        }

        .news .newlist .item:hover .more {
            background: #aacd06;
        }

            .news .newlist .item:hover .more svg path {
                fill: #ffffff;
            }

        .news .newlist .item .pic {
            width: 35.8%;
        }

        .news .newlist .item .des {
            width: 48%;
        }

            .news .newlist .item .des .h3 {
                font-size: 0.24rem;
                margin-top: 0.55rem;
                margin-bottom: 0.33rem;
            }

            .news .newlist .item .des .ms {
                color: #777777;
                height: 95px;
                margin-bottom: 0.3rem;
            }

            .news .newlist .item .des .time {
                color: #777777;
            }

        .news .newlist .item .more {
            margin-top: 20px;
            border: solid 1px #d2d2d2;
            background: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .news .newlist .item .more svg {
                width: 100%;
            }

                .news .newlist .item .more svg path {
                    fill: #989898;
                }

@media screen and (max-width: 1179px) {
    .news .newlist .item .des .h3 {
        margin-top: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .news .newlist .item .des .ms {
        margin-bottom: 0.15rem;
        height: 66px;
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 1023px) {
    .news .box .box_nr {
        position: static;
        width: 100%;
        padding: 0.2rem 0.15rem;
    }

        .news .box .box_nr .h3 {
            height: 44px;
            font-size: 16px;
            margin-bottom: 0.2rem;
        }

    .news .newlist .item .des .h3 {
        margin-top: 0.2rem;
        margin-bottom: 0.15rem;
    }

    .news .newlist .item .des .ms {
        height: 44px;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 767px) {
    .news .newlist {
        margin-top: 0.4rem;
    }

        .news .newlist .item .des {
            width: 60%;
        }

            .news .newlist .item .des .h3 {
                margin-top: 0.2rem;
                margin-bottom: 0.15rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .news .newlist .item .des .ms {
                height: 44px;
                -webkit-line-clamp: 2;
            }

        .news .newlist .item .more {
            display: none;
        }
}

@media screen and (max-width: 539px) {
    .news .box .box_nr .h3 {
        font-size: 16px;
        height: 75px;
    }

    .news .box .box_nr .time {
        font-size: 12px;
    }

    .news .box .box_nr .ri {
        width: 0.35rem;
        height: 0.35rem;
    }

    .news .newlist {
        margin-top: 25px;
    }

        .news .newlist .item {
            margin-bottom: 20px;
        }

            .news .newlist .item .pic img {
                -webkit-transform: scale(1.35);
                transform: scale(1.35);
            }

            .news .newlist .item .des {
                width: 60%;
            }

                .news .newlist .item .des .h3 {
                    font-size: 16px;
                    margin-top: 5px;
                    margin-bottom: 5px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .news .newlist .item .des .ms {
                    font-size: 13px;
                    height: 38px;
                    -webkit-line-clamp: 2;
                    margin-bottom: 5px;
                }

            .news .newlist .item .more {
                display: none;
            }

            .news .newlist .item .time .lf {
                font-size: 12px;
            }
}

.news .neinfo1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4rem;
    z-index: -1;
    background: url(../img/newsinfo_bg.jpg) no-repeat center;
    background-size: cover;
}

.news .neinfo1 {
    padding-top: 1.5rem !important;
}

    .news .neinfo1 .mtit {
        color: #fff;
    }

        .news .neinfo1 .mtit span {
            border: 1px solid;
            padding: 0 5px;
            margin-left: 10px;
        }

    .news .neinfo1 .neinfo1_list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news .neinfo1 .neinfo1_left {
        position: relative;
        width: calc(100% - 400px);
        padding-right: 8%;
    }

        .news .neinfo1 .neinfo1_left .time {
            color: rgba(255, 255, 255, 0.5);
            font-size: 14px;
        }

    .news .neinfo1 .neinfo1_share {
        display: block;
        margin-top: 20px;
        padding: 0.4rem 0.3rem;
        background-color: #f7f7f7;
        color: #111;
        font-weight: 700;
        font-size: 20px;
        border-radius: 10px;
    }

    .news .neinfo1 .neinfo1_top .time {
        color: rgba(255, 255, 255, 0.5);
        border: solid 1px rgba(255, 255, 255, 0.7);
    }

    .news .neinfo1 .bshare_icon {
        color: #fff;
    }

        .news .neinfo1 .bshare_icon:hover {
            opacity: 0.7;
        }

    .news .neinfo1 .cainfo1_trt {
        padding-left: 25px;
    }

    .news .neinfo1 .neinfo1_tit {
        color: #fff;
        font-size: 0.36rem;
        margin-top: 10px;
    }

    .news .neinfo1 .neinfo1_cont {
        margin-top: 1.9rem;
        padding-bottom: 55px;
        margin-bottom: 55px;
        border-bottom: 2px solid #ececec;
    }

        .news .neinfo1 .neinfo1_cont .tit {
            position: relative;
            padding-left: 20px;
            color: #333;
            font-weight: 600;
            margin-bottom: 10px;
            margin-top: 35px;
        }

            .news .neinfo1 .neinfo1_cont .tit::before {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                width: 9px;
                height: 9px;
                background-color: #ee7800;
                border-radius: 50%;
            }

        .news .neinfo1 .neinfo1_cont p {
            font-size: 16px;
        }

        .news .neinfo1 .neinfo1_cont img {
            margin: 0.2rem 0;
        }

    .news .neinfo1 .ny-bread .w1400 {
        width: 100%;
    }

    .news .neinfo1 .cont {
        color: #777;
        line-height: 1.75;
        margin-top: 40px;
    }

    .news .neinfo1 .neinfo1_rimg {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 40px;
    }

    .news .neinfo1 .neinfo1_rli {
        position: relative;
        padding: 0.3rem;
        display: block;
        width: 100%;
        background-color: #f7f7f7;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 15px;
    }

        .news .neinfo1 .neinfo1_rli .type {
            font-size: 0.2rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .news .neinfo1 .neinfo1_rli .tit {
            font-size: 18px;
            line-height: 1.5;
            color: #333;
            margin-bottom: 20px;
        }

    .news .neinfo1 .neinfo1_more {
        background-color: #aacd06;
        border-radius: 28px;
        padding: 0.15rem 0.35rem;
        color: #fff;
    }

        .news .neinfo1 .neinfo1_more em {
            font-size: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .news .neinfo1 .neinfo1_more:hover em {
            margin-left: 15px;
        }

    .news .neinfo1 .neinfo1_right {
        position: sticky;
        top: 100px;
        width: 400px;
    }

@media screen and (max-width: 1179px) {
    .news .neinfo1 .neinfo1_left {
        width: 70%;
    }

    .news .neinfo1 .neinfo1_right {
        position: sticky;
        top: 100px;
        width: 30%;
    }
}

@media screen and (max-width: 1023px) {
    .news .neinfo1 .neinfo1_cont {
        margin-top: 1.5rem;
    }

    .news .neinfo1 .neinfo1_left {
        width: 100%;
        padding-right: 0px;
    }

    .news .neinfo1 .neinfo1_right .neinfo1_rimg {
        display: none;
    }

    .news .neinfo1 .neinfo1_right {
        margin-top: 10px;
        width: 100%;
    }

    .news .neinfo1 .mtit, .news .neinfo1 .bshare_icon, .news .neinfo1 .neinfo1_tit, .news .neinfo1 .neinfo1_left .time {
        color: #222222;
    }
}

@media screen and (max-width: 767px) {
    .news .neinfo1 .neinfo1_cont {
        padding-bottom: 0.3rem;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 539px) {
    .news .neinfo1 .neinfo1_tit {
        font-size: 24px;
        height: auto;
        margin-bottom: 10px;
    }

    .news .neinfo1 .neinfo1_cont {
        margin-top: 20px;
    }

        .news .neinfo1 .neinfo1_cont p {
            font-size: 14px;
        }

    .news .neinfo1 .cont {
        margin-top: 20px;
    }

    .news .neinfo1 .box .box_nr .h3 {
        font-size: 14px;
    }

    .news .neinfo1 .box .box_nr .time {
        font-size: 12px;
    }

    .news .neinfo1 .box .box_nr .ri {
        width: 0.35rem;
        height: 0.35rem;
    }

    .news .neinfo1 .neinfo1_rli .tit {
        font-size: 16px;
    }

    .news .neinfo1 .neinfo1_rli .type, .news .neinfo1 .neinfo1_rli .tit {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .news .neinfo1 .neinfo1_rli .time {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .news .neinfo1::before {
        display: none;
    }

    .news .neinfo1 {
        padding-top: 0.5rem !important;
    }
}

.bshare-custom a {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

    .bshare-custom a.icon_weibo {
        background-color: #da3c3c;
    }

    .bshare-custom a.icon_weixin {
        background-color: #21ba41;
    }

    .bshare-custom a.icon_qq {
        background-color: #3e91ee;
    }

    .bshare-custom a.icon_kongjian {
        background-color: #f4c50b;
    }

    .bshare-custom a:hover {
        opacity: 0.8;
    }

.contact .con1 .tit {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.contact .con1 hr {
    border-top: 0px solid #f5f5f5;
}

.contact .con1 .pic {
    width: 40px;
    margin-right: 0.32rem;
    padding-top: 6px;
    padding-left: 1px;
}

.contact .con1 .adds, .contact .con1 .cons {
    padding: 0.65rem 0;
}

    .contact .con1 .adds .add {
        margin-right: 0.86rem;
    }

        .contact .con1 .adds .add:last-child {
            margin-right: 0;
        }

        .contact .con1 .adds .add:hover svg, .contact .con1 .cons .con:hover svg {
            -webkit-animation: swing 1s;
            animation: swing 1s;
        }

    .contact .con1 .cons .con {
        width: 250px;
        margin-right: 1.8rem;
        min-width: 200px;
    }

.contact .con1 .bt {
    font-size: 0.22rem;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 0.1rem;
}

.contact .con1 .ms {
    color: #666666;
}

.contact .con2 {
    position: relative;
}

    .contact .con2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.contact .con3 .left {
    padding-top: 1.1rem;
}

    .contact .con3 .left .t1 {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0.2rem;
    }

    .contact .con3 .left .bt {
        font-size: 0.46rem;
        font-weight: bold;
        line-height: 0.52rem;
        color: #fff;
        margin-bottom: 0.7rem;
    }

    .contact .con3 .left .des {
        font-size: 16px;
        line-height: 1.6;
        color: #fff;
        width: 350px;
    }

.contact .con3 .right {
    max-height: 6.2rem;
}

    .contact .con3 .right .contactFrom {
        padding: 1rem 0.9rem;
        background: #0068b7;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    .contact .con3 .right .input {
        margin-bottom: 0.4rem;
        color: #ffffff;
    }

        .contact .con3 .right .input label {
            color: #ffffff;
            opacity: 0.5;
            font-size: 14px;
            line-height: 40px;
            display: block;
        }

        .contact .con3 .right .input input {
            border-bottom: 1px solid #ffffff;
            width: 5.2rem;
            line-height: 40px;
        }

            .contact .con3 .right .input input::-webkit-input-placeholder {
                color: #fff;
                font-size: 20px;
            }

            .contact .con3 .right .input input::-moz-placeholder {
                color: #fff;
                font-size: 20px;
            }

            .contact .con3 .right .input input:-ms-input-placeholder {
                color: #fff;
                font-size: 20px;
            }

            .contact .con3 .right .input input::-ms-input-placeholder {
                color: #fff;
                font-size: 20px;
            }

            .contact .con3 .right .input input::placeholder {
                color: #fff;
                font-size: 20px;
            }

    .contact .con3 .right .btn {
        position: relative;
        width: 150px;
        height: 56px;
        background-color: #aacd06;
        border-radius: 28px;
        color: #fff;
    }

@media screen and (max-width: 1279px) {
    .contact .con3 .right .contactFrom {
        padding: 0.6rem 0.7rem;
    }

    .contact .con3 .right .input {
        margin-bottom: 0.25rem;
    }

        .contact .con3 .right .input input::-webkit-input-placeholder {
            font-size: 18px;
        }

        .contact .con3 .right .input input::-moz-placeholder {
            font-size: 18px;
        }

        .contact .con3 .right .input input:-ms-input-placeholder {
            font-size: 18px;
        }

        .contact .con3 .right .input input::-ms-input-placeholder {
            font-size: 18px;
        }

        .contact .con3 .right .input input::placeholder {
            font-size: 18px;
        }
}

@media screen and (max-width: 1023px) {
    .contact .con1 .adds {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .contact .con1 .adds .add:first-child {
            margin-right: 0;
        }

        .contact .con1 .adds .add {
            width: 48%;
        }

            .contact .con1 .adds .add .txt {
                width: calc(100% - 40px);
            }

    .contact .con1 .cons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .contact .con1 .cons .con {
            width: 48%;
            margin-right: 0px;
            min-width: auto;
            width: 48%;
        }

            .contact .con1 .cons .con:nth-child(n+3) {
                margin-top: 0.2rem;
            }

    .contact .con3 .right .contactFrom {
        padding: 0.55rem;
    }

    .contact .con3 .right .input {
        margin-bottom: 0.25rem;
    }

        .contact .con3 .right .input input {
            width: 4rem;
        }
}

@media screen and (max-width: 768px) {
    .contact .con1 .pic {
        margin-right: 1px;
    }

    .contact .con1 .bt {
        font-size: 16px;
    }

    .contact .con1 .ms {
        font-size: 14px;
    }

    .contact .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .contact .box .left, .contact .box .right {
            width: 100%;
        }

    .contact .con3 {
        background: #0068b7 !important;
        padding-top: 25px;
    }

        .contact .con3 .left .bt {
            margin-bottom: 20px;
        }

            .contact .con3 .left .bt br {
                display: none;
            }

        .contact .con3 .left .des {
            width: 100%;
        }

        .contact .con3 .right .contactFrom {
            -webkit-transform: none;
            transform: none;
            padding: 0;
        }

        .contact .con3 .right .input input {
            width: 100%;
        }

        .contact .con3 .right {
            max-height: none;
            padding: 10px 0 35px;
        }

            .contact .con3 .right .input input::-webkit-input-placeholder {
                font-size: 15px;
            }

            .contact .con3 .right .input input::-moz-placeholder {
                font-size: 15px;
            }

            .contact .con3 .right .input input:-ms-input-placeholder {
                font-size: 15px;
            }

            .contact .con3 .right .input input::-ms-input-placeholder {
                font-size: 15px;
            }

            .contact .con3 .right .input input::placeholder {
                font-size: 15px;
            }
}

@media screen and (max-width: 539px) {
    .contact .con1 .adds {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact .con1 .adds, .contact .con1 .cons {
        padding: 0.25rem 0;
    }

        .contact .con1 .adds .add {
            width: 100%;
            margin-right: 0px;
        }

        .contact .con1 .cons .con:first-child {
            width: 100%;
        }

        .contact .con1 .cons .con:nth-child(n+1) {
            margin-top: 0.3rem;
        }

        .contact .con1 .cons .con:first-child, .contact .con1 .adds .add:first-child {
            margin-top: 0px;
        }

    .contact .con3 .right .input label {
        line-height: 1.2;
    }

    .contact .con3 .right {
        margin-top: 15px;
    }
}

.contact2 .bt {
    text-align: center;
}

    .contact2 .bt .h3 {
        font-size: 0.46rem;
        color: #222222;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact2 .bt .des {
        line-height: 1.875;
        color: #888888;
    }

        .contact2 .bt .des i {
            display: block;
        }

.contact2 .contactForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

    .contact2 .contactForm .form-input input, .contact2 .contactForm .form-textarea textarea {
        padding: 10px 20px;
        border-radius: 9px;
        border: solid 1px #e0e0e0;
        width: 100%;
        height: 55px;
    }

    .contact2 .contactForm .form-textarea textarea {
        height: 200px;
    }

    .contact2 .contactForm .form-input {
        width: 49.3%;
        margin-top: 0.2rem;
    }

        .contact2 .contactForm .form-input label {
            display: block;
            color: #333333;
            line-height: 1.5;
            font-weight: bold;
            font-size: 18px;
        }

        .contact2 .contactForm .form-input input {
            margin-top: 10px;
        }

    .contact2 .contactForm .form-textarea {
        width: 100%;
        margin-top: 0.33rem;
    }

    .contact2 .contactForm .btns {
        margin-top: 0.4rem;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .contact2 .contactForm .btns .btn {
            width: 150px;
            height: 56px;
            background-color: #aacd06;
            border-radius: 28px;
            color: #fff;
            margin: 0 10px;
        }

            .contact2 .contactForm .btns .btn.res {
                background: #c1c1c1;
            }

@media screen and (max-width: 768px) {
    .contact .bt .des i {
        display: none;
    }

    .contact .contactForm .form-input {
        width: 100%;
        margin-top: 0.15rem;
    }

        .contact .contactForm .form-input label {
            padding: 0 10px;
        }

        .contact .contactForm .form-input input {
            margin-top: 0.15rem;
        }

    .contact .contactForm .form-input {
        margin-top: 0.1rem;
    }

        .contact .contactForm .form-input input, .contact .form-textarea textarea {
            padding: 10px 15px;
        }

    .contact .contactForm .form-textarea {
        margin-top: 0.25rem;
    }
}

@-webkit-keyframes icon_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    20% {
        width: 200%;
        height: 200%;
        opacity: 0.6;
    }

    40% {
        width: 300%;
        height: 300%;
        opacity: 0.4;
    }

    60% {
        width: 400%;
        height: 400%;
        opacity: 0.2;
    }

    80% {
        width: 500%;
        height: 500%;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes icon_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    20% {
        width: 200%;
        height: 200%;
        opacity: 0.6;
    }

    40% {
        width: 300%;
        height: 300%;
        opacity: 0.4;
    }

    60% {
        width: 400%;
        height: 400%;
        opacity: 0.2;
    }

    80% {
        width: 500%;
        height: 500%;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.service .t-tit {
    font-size: 0.46rem;
    line-height: 1.5;
    font-weight: bold;
}

.service .tdjs {
    text-align: center;
}

    .service .tdjs .t-tit {
        color: #222222;
    }

    .service .tdjs .t-box {
        margin-top: 0.5rem;
    }

    .service .tdjs .t-item {
        background-color: #f6f6f6;
        width: 200px;
        border-radius: 98px;
        padding-bottom: 1.4rem;
        position: relative;
        overflow: hidden;
    }

        .service .tdjs .t-item:hover .t-num {
            background: #0B47A9;
            color: #ffffff;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .service .tdjs .t-item .t-num {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 178px;
            height: 178px;
            background-color: #ffffff;
            font-size: 0.5rem;
            border-radius: 50%;
            margin: 10px;
            font-weight: bold;
        }

        .service .tdjs .t-item p {
            margin-top: 20px;
            font-size: 0.24rem;
        }

        .service .tdjs .t-item .t-icon {
            position: absolute;
            bottom: -25px;
            width: 100%;
        }

        .service .tdjs .t-item:nth-child(2) .t-icon {
            bottom: -30px;
        }

        .service .tdjs .t-item:nth-child(3) .t-icon {
            bottom: -65px;
        }

        .service .tdjs .t-item:nth-child(4) .t-icon {
            bottom: -50px;
        }

.service .shfw {
    background-color: #0B47A9;
}

    .service .shfw .t-tit {
        color: #ffffff;
    }

    .service .shfw .s-left {
        position: relative;
        width: 51.5%;
    }

        .service .shfw .s-left .m-map {
            display: none;
        }

        .service .shfw .s-left .dians {
            position: absolute;
            top: 7%;
            left: 0%;
            width: 100%;
            height: 100%;
        }

        .service .shfw .s-left .dian {
            position: absolute;
            width: 5px;
            height: 5px;
        }

            .service .shfw .s-left .dian::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: block;
                width: 21px;
                height: 21px;
                background-color: #ffffff;
                opacity: 0.2;
                border-radius: 50%;
                -webkit-animation: icon_scale 2s linear infinite normal both;
                animation: icon_scale 2s linear infinite normal both;
            }

            .service .shfw .s-left .dian::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: block;
                width: 11px;
                height: 11px;
                background-color: #ffffff;
                border-radius: 50%;
            }

            .service .shfw .s-left .dian:nth-child(1) {
                top: 39%;
                right: 20%;
            }

            .service .shfw .s-left .dian:nth-child(2) {
                top: 45%;
                right: 17%;
            }

                .service .shfw .s-left .dian:nth-child(2)::before {
                    -webkit-animation: icon_scale 2s linear infinite normal both;
                    animation: icon_scale 2s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(3) {
                top: 49%;
                right: 13.5%;
            }

                .service .shfw .s-left .dian:nth-child(3)::before {
                    -webkit-animation: icon_scale 2s linear infinite normal both;
                    animation: icon_scale 2s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(4) {
                top: 54%;
                right: 15%;
            }

                .service .shfw .s-left .dian:nth-child(4)::before {
                    -webkit-animation: icon_scale 2.4s linear infinite normal both;
                    animation: icon_scale 2.4s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(5) {
                top: 62%;
                right: 17.5%;
            }

                .service .shfw .s-left .dian:nth-child(5)::before {
                    -webkit-animation: icon_scale 2.4s linear infinite normal both;
                    animation: icon_scale 2.4s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(6) {
                top: 57%;
                right: 23.5%;
            }

                .service .shfw .s-left .dian:nth-child(6)::before {
                    -webkit-animation: icon_scale 2.4s linear infinite normal both;
                    animation: icon_scale 2.4s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(7) {
                top: 58%;
                right: 32%;
            }

                .service .shfw .s-left .dian:nth-child(7)::before {
                    -webkit-animation: icon_scale 2.6s linear infinite normal both;
                    animation: icon_scale 2.6s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(8) {
                top: 51%;
                right: 32%;
            }

                .service .shfw .s-left .dian:nth-child(8)::before {
                    -webkit-animation: icon_scale 2.6s linear infinite normal both;
                    animation: icon_scale 2.6s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(9) {
                top: 52%;
                right: 42%;
            }

                .service .shfw .s-left .dian:nth-child(9)::before {
                    -webkit-animation: icon_scale 2.6s linear infinite normal both;
                    animation: icon_scale 2.6s linear infinite normal both;
                }

            .service .shfw .s-left .dian:nth-child(10) {
                top: 51%;
                right: 50%;
            }

                .service .shfw .s-left .dian:nth-child(10)::before {
                    -webkit-animation: icon_scale 2.6s linear infinite normal both;
                    animation: icon_scale 2.6s linear infinite normal both;
                }

    .service .shfw .s-right {
        width: 37%;
        color: #ffffff;
    }

    .service .shfw .f1 {
        margin-top: 0.25rem;
    }

        .service .shfw .f1 p {
            font-size: 14px;
        }

        .service .shfw .f1 strong {
            font-size: 24px;
            display: block;
            margin-top: 5px;
        }

            .service .shfw .f1 strong em {
                font-weight: normal;
            }

    .service .shfw .f2 {
        margin-top: 0.6rem;
    }

        .service .shfw .f2 p {
            line-height: 1.8;
        }

    .service .shfw .f3 {
        background-color: #ffffff;
        margin-top: 0.45rem;
        padding: 20px 25px;
        border-radius: 15px;
    }

        .service .shfw .f3 .hang {
            padding: 20px 0;
            border-top: 1px solid #ededed;
        }

            .service .shfw .f3 .hang:hover svg {
                -webkit-animation: swing 1s;
                animation: swing 1s;
            }

            .service .shfw .f3 .hang:first-child {
                border-top: 0px;
            }

            .service .shfw .f3 .hang:nth-child(3) p:nth-child(2) {
                font-size: 15px;
                width: calc(100% - 110px);
            }

        .service .shfw .f3 .b1 {
            color: #0b47a9;
            width: 110px;
            margin-right: 10px;
            font-weight: bold;
        }

            .service .shfw .f3 .b1 svg {
                margin-right: 12px;
            }

        .service .shfw .f3 p {
            color: #666666;
        }

@media screen and (max-width: 1700px) {
    .service .shfw .s-left .dians {
        position: absolute;
        top: 5%;
        left: -1%;
    }
}

@media screen and (max-width: 1600px) {
    .service .shfw .s-left .dians {
        position: absolute;
        top: 2%;
        left: -1%;
    }
}

@media screen and (max-width: 1440px) {
    .service .shfw .s-left .dians {
        position: absolute;
        top: 2%;
        left: -1%;
    }

    .service .shfw .s-right {
        width: 43%;
    }
}

@media screen and (max-width: 1279px) {
    .service .w1200 {
        width: 90%;
    }

    .service .tdjs .t-item {
        width: 180px;
    }

        .service .tdjs .t-item .t-num {
            width: 160px;
            height: 160px;
        }

    .service .shfw .s-left .m-map {
        display: block;
    }

    .service .shfw .s-left .map {
        display: none;
    }

    .service .shfw .s-left .dians {
        display: none;
    }
}

@media screen and (max-width: 876px) {
    .service .t-tit {
        font-size: 22px;
    }

    .service .tdjs .t-item {
        width: 150px;
    }

        .service .tdjs .t-item .t-num {
            width: 130px;
            height: 130px;
        }

    .service .shfw .s-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .service .shfw .s-box .s-left {
            width: 100%;
        }

        .service .shfw .s-box .s-right {
            width: 100%;
        }

    .service .shfw .f1 strong {
        font-size: 18px;
    }

    .service .shfw .f2 {
        margin-top: 0.2rem;
    }

        .service .shfw .f2 p {
            font-size: 14px;
        }

    .service .shfw .f3 .hang {
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .service .tdjs .t-item {
        width: 120px;
        padding-bottom: 25px;
    }

        .service .tdjs .t-item .t-num {
            width: 100px;
            height: 100px;
        }

        .service .tdjs .t-item p {
            font-size: 14px;
            margin-top: 15px;
        }

        .service .tdjs .t-item .t-icon {
            display: none;
        }
}

@media screen and (max-width: 587px) {
    .service .tdjs .t-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service .tdjs .t-item {
        width: 48%;
        margin-bottom: 4%;
        padding-top: 15px;
        border-radius: 25px;
    }

        .service .tdjs .t-item .t-num {
            margin: 10px auto;
            width: 75px;
            height: 75px;
            font-size: 20px;
        }
}

@media screen and (max-width: 587px) {
    .service .tdjs .t-item .t-num {
        width: 60px;
        height: 60px;
    }
}

.join .tit {
    font-size: 0.46rem;
    margin-bottom: 0.6rem;
    text-align: center;
    font-weight: bold;
}

.join .join2 {
    background: #f6f6f6;
}

.join .j1-box {
    overflow: hidden;
    padding-bottom: 20px;
}

    .join .j1-box .j1-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 54%;
    }

    .join .j1-box .box1 {
        position: relative;
    }

        .join .j1-box .box1:first-child {
            margin-bottom: 20px;
        }

    .join .j1-box .txt {
        position: absolute;
        bottom: 0px;
        width: 75%;
        padding: 0.4rem 0.35rem;
        color: #ffffff;
    }

        .join .j1-box .txt .tit2,
        .join .j1-box .txt2 .tit2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

    .join .j1-box .j1-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 44%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 5px;
    }

    .join .j1-box .pic {
        width: 100%;
    }

    .join .j1-box .txt2 {
        border-top: 4px solid #0b47a9;
        padding: 0.4rem 0.35rem 0.8rem;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(21, 21, 22, 0.06);
        box-shadow: 0px 0px 40px 0px rgba(21, 21, 22, 0.06);
        overflow: hidden;
    }

        .join .j1-box .txt2 p {
            color: #666666;
            line-height: 1.5;
        }

.join .j2-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .join .j2-box .list {
        width: 32%;
        background-color: #ffffff;
        padding: 40px 30px 30px;
        margin-bottom: 2%;
    }

        .join .j2-box .list:hover {
            cursor: pointer;
        }

            .join .j2-box .list:hover h3 {
                color: #0b47a9;
            }

            .join .j2-box .list:hover .xinxi .j2-more span {
                background-color: #0b47a9;
                color: #FFFFFF;
            }

    .join .j2-box .h3 {
        font-size: 24px;
        padding-left: 0.24rem;
        position: relative;
        line-height: 0.24rem;
        margin-bottom: 30px;
    }

        .join .j2-box .h3:before {
            position: absolute;
            top: 0px;
            left: 0;
            content: "";
            display: inline-block;
            width: 6px;
            height: 0.24rem;
            background-color: #0b47a9;
            margin-right: 10px;
        }

    .join .j2-box .xinxi {
        color: #888888;
    }

        .join .j2-box .xinxi .ren {
            display: inline-block;
            margin-right: 15px;
        }

        .join .j2-box .xinxi svg {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
        }

    .join .j2-box .j2-more span {
        border: solid 1px #0b47a9;
        color: #0b47a9;
        font-size: 12px;
        padding: 1px 15px;
        border-radius: 11px;
        float: right;
    }

.join .des,
.join .nr {
    display: none;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.popupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popcont {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.popupBox .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: rgba(2, 68, 152, 0.2);
    color: #024498;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
}

.popcont-top {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .popcont-top li {
        position: relative;
        margin-right: 0.6rem;
        color: #777;
        font-size: 16px;
    }

        .popcont-top li:last-child {
            margin-right: 0;
        }

.popcont-tag {
    color: #999;
    font-weight: lighter;
    font-size: 16px;
}

.popcont-tit {
    margin-top: 5px;
    color: #333;
    font-weight: 700;
    font-size: 22px;
}

.popcont .popcont-dec {
    padding: 0.45rem 0.9rem;
}

    .popcont .popcont-dec .dec {
        color: #777;
        font-size: 16px;
    }

        .popcont .popcont-dec .dec p {
            position: relative;
            margin-top: 15px;
            padding-left: 10px;
        }

            .popcont .popcont-dec .dec p::before {
                position: absolute;
                top: 12px;
                left: 0;
                width: 4px;
                height: 4px;
                background-color: #024498;
                content: "";
            }

    .popcont .popcont-dec .tit {
        margin-top: 0.35rem;
        margin-bottom: 10px;
        color: #024498;
        font-size: 18px;
        font-weight: bold;
    }

        .popcont .popcont-dec .tit:first-child {
            margin-top: 0;
        }

.popcont .popcont_bgm {
    padding: 0.5rem 0.8rem;
    background: url(../img/jo-bgm3.jpg) no-repeat center;
    background-size: cover;
}

.popcont .popcont_bgmlf {
    padding-right: 0.5rem;
    width: calc(100% - 165px);
}

.popcont .popcont1_tit {
    width: 100%;
    font-size: 0.4rem;
}

.popcont .moreBox {
    margin-top: 1.1rem;
    padding: 0 0.6rem;
}

.popcont .popcont1 {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 480px;
}

@media screen and (max-width: 1279px) {
    .join .j1-box .box1:first-child {
        margin-bottom: 2%;
    }

    .join .j1-box .j1-left .pic img {
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .join .j1-box .j1-right .pic img {
        height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .join .j1-box .txt .tit2,
    .join .j1-box .txt2 .tit2,
    .join .j2-box .h3 {
        font-size: 20px;
    }

    .join .j1-box p {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 876px) {
    .join .j1-box .j1-left .pic img {
        height: 210px;
    }

    .join .j1-box .j1-right .pic img {
        height: 280px;
    }

    .join .j2-box .h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .join .j2-box .list {
        padding: 25px 20px 20px;
        background-color: #ffffff;
    }

    .join .j2-box .xinxi {
        font-size: 14px;
    }

    .join .j1-box .txt {
        width: 100%;
        padding: 0.3rem;
    }

    .popcont .p20 {
        padding: 15px 15px 15px 0;
    }

    .popcont .popcont1 {
        height: 550px;
    }

    .popcont .popcont1_tit {
        font-size: 0.38rem;
    }

    .popcont-top {
        font-size: 14px;
    }

    .popcont .popcont_bgmlf {
        width: 100%;
    }

    .popcont .popcont_bgm {
        padding: 0.35rem 0.35rem;
    }

    .popcont .popcont-dec {
        padding: 0.35rem 0.35rem;
    }

        .popcont .popcont-dec .dec p {
            margin-top: 10px;
            font-size: 14px;
            line-height: 1.5;
        }

            .popcont .popcont-dec .dec p::before {
                top: 9px;
            }
}

@media screen and (max-width: 767px) {
    .join .j2-box .list {
        width: 48%;
    }

    .join .tit {
        font-size: 0.38rem;
    }

    .popcont .popcont-dec {
        padding: 0rem 0.3rem;
    }

    .join .j1-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .join .j1-box .j1-left,
        .join .j1-box .j1-right {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

            .join .j1-box .j1-left .pic img {
                width: 100%;
            }

            .join .j1-box .j1-right .pic img {
                height: auto;
            }

        .join .j1-box .box1 {
            margin-bottom: 2%;
        }

        .join .j1-box .txt2 {
            width: 100%;
        }
}

@media screen and (max-width: 640px) {
    .join .j2-box .list {
        width: 100%;
    }

    .join .j2-box .h3 {
        margin-bottom: 10px;
    }

    .join .j2-box .j2-more span {
        padding: 2px 10px;
    }

    .join .j1-box .txt2 {
        padding: 0.4rem;
    }

        .join .j2-box .h3,
        .join .j1-box .txt .tit2, .join .j1-box .txt2 .tit2 {
            font-size: 17px;
        }
}

@media screen and (max-width: 500px) {
    .join .tit {
        font-size: 20px;
        margin-bottom: 0.4rem;
    }

    .popcont .popcont1 {
        height: 320px;
    }

    .popcont .popcont1_tit {
        font-size: 22px;
    }

    .popcont-top {
        font-size: 10px;
    }

    .popcont .popcont-dec .tit {
        font-size: 18px;
    }

    .popcont .popcont-dec .dec p {
        margin-top: 5px;
    }

    .join .j1-box .j1-left .pic img {
        height: 180px;
    }
}

.banner {
    position: relative;
}

    .banner .pub-banner-font {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .banner .pub-mbanner {
        display: none;
    }

    .banner .tit {
        font-weight: bold;
        color: #fff;
    }

    .banner .nav a {
        color: #fff;
    }

    .banner .nav em {
        margin: 0 10px;
        color: #fff;
    }

    .banner .tit {
        font-size: 0.5rem;
    }

@media screen and (max-width: 768px) {
    .banner .pub-pbanner {
        display: none;
    }

    .banner .pub-mbanner {
        display: block;
    }

    .banner .pub-banner-font {
        text-align: center;
    }

        .banner .pub-banner-font .tit, .banner .pub-banner-font .nav {
            text-align: center;
        }
}

.more {
    width: 47px;
    height: 47px;
    background-color: #aacd06;
    border-radius: 50%;
}

.product1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product1 .li {
        position: relative;
        width: 22.35%;
        background-color: #f6f6f6;
        margin-right: 3.5%;
        padding: 40px 25px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        margin-bottom: 5%;
    }

        .product1 .li .tit {
            position: relative;
            z-index: 1;
            font-size: 0.28rem;
            color: #333333;
            font-weight: bold;
        }

        .product1 .li .entit {
            position: relative;
            z-index: 1;
            font-family: Roboto-Bold;
            font-size: 16px;
            color: #c0c0c0;
            margin-bottom: 40px;
        }

        .product1 .li .btn {
            position: relative;
            z-index: 1;
            font-size: 18px;
            line-height: 1.67;
            color: #b4b4b4;
            margin-bottom: 30px;
        }

            .product1 .li .btn span {
                display: inline-block;
                vertical-align: middle;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .product1 .li .btn .icon-rjiantou {
                width: 22px;
                height: 22px;
                line-height: 22px;
                background-color: #0078d0;
                border-radius: 50%;
                font-size: 15px;
                overflow: hidden;
                text-align: center;
                color: #fff;
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

        .product1 .li .imgBox {
            position: absolute;
            bottom: -35px;
            right: -40px;
        }

        .product1 .li:nth-child(4n) {
            margin-right: 0px;
        }

        .product1 .li:hover, .product1 .li.on {
            background-color: #dfebf5;
        }

            .product1 .li:hover .tit, .product1 .li.on .tit {
                color: #0b47a9;
            }

            .product1 .li:hover .entit, .product1 .li.on .entit {
                color: #bdc9d4;
            }

            .product1 .li:hover .btn, .product1 .li.on .btn {
                color: #606e7a;
            }

                .product1 .li:hover .btn .icon-rjiantou, .product1 .li.on .btn .icon-rjiantou {
                    color: #fff;
                    background-color: #c0de08;
                }

            .product1 .li:hover .imgBox img, .product1 .li.on .imgBox img {
                -webkit-transform: scale(0.95);
                transform: scale(0.95);
            }

.product2 {
    background-color: #f7f7f7;
    padding-top: 60px;
}

    .product2 .titBtn {
        width: 100%;
        height: 66px;
        background-color: #ffffff;
        margin-bottom: 60px;
    }

        .product2 .titBtn .tit {
            font-family: HarmonyOS_Sans_SC_Medium;
            width: calc(100% - 66px);
            padding-left: 20px;
            padding-right: 6%;
            font-size: 26px;
            color: #333333;
        }

        .product2 .titBtn .btn {
            position: relative;
            width: 66px;
            height: 66px;
            overflow: hidden;
            background-color: #0b47a9;
            cursor: pointer;
        }

            .product2 .titBtn .btn::before {
                content: "";
                position: absolute;
                background-color: #ffffff;
                width: 18px;
                height: 2px;
                left: 23px;
                top: 33px;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .product2 .titBtn .btn::after {
                content: "";
                position: absolute;
                background-color: #ffffff;
                width: 2px;
                height: 18px;
                top: 25px;
                left: 31px;
                opacity: 0;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

    .product2 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product2 .li {
        width: 31.55%;
        display: block;
        background-color: #ffffff;
        padding: 30px 40px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0.18);
        box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0.18);
        margin-right: 2.64%;
        margin-top: 2.64%;
    }

        .product2 .li:nth-child(3n), .product2 .li:last-child {
            margin-right: 0px;
        }

        .product2 .li:hover .imgBox img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .product2 .li:hover .stit {
            color: #0b47a9;
        }

        .product2 .li:nth-child(1), .product2 .li:nth-child(2), .product2 .li:nth-child(3) {
            margin-top: 0px;
        }

        .product2 .li .stit {
            font-family: HarmonyOS_Sans_SC_Medium;
            font-size: 22px;
            color: #333333;
            margin-bottom: 10px;
        }

        .product2 .li .line {
            width: 100%;
            height: 1px;
            background: #f2f2f2;
            margin: 25px auto;
        }

        .product2 .li .btn {
            color: #888888;
            font-size: 16px;
        }

            .product2 .li .btn .iconImg {
                width: 10px;
                height: 10px;
                display: inline-block;
                vertical-align: 0px;
                background: url(../img/pro-icon1.png) no-repeat center;
                background-size: cover;
                margin-left: 10px;
            }

    .product2 .imgBox {
        margin-top: 35px;
    }

    .product2 .listBox {
        margin-top: 60px;
    }

        .product2 .listBox:first-child {
            margin-top: 0px;
        }

        .product2 .listBox.active .btn::after {
            opacity: 1;
        }

.nav1 {
    padding: 10px 0;
}

    .nav1 a, .nav1 em {
        color: #b5b5b5;
        display: inline-block;
        vertical-align: middle;
    }

        .nav1 a:hover, .nav1 em:hover {
            color: #aacd06;
        }

    .nav1 em {
        margin: 0 15px;
    }

.posr {
    position: relative;
}

.headfixed1 {
    -webkit-box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0.18);
    box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0.18);
}

.prinfo1 {
    padding-top: 30px;
    padding-bottom: 70px;
    background: url(../img/pro-bgm1.jpg) no-repeat right top;
    background-size: cover;
}

    .prinfo1 .list {
        margin-top: 25px;
    }

        .prinfo1 .list .left {
            width: 47.5%;
        }

            .prinfo1 .list .left .swp {
                width: 80%;
            }

                .prinfo1 .list .left .swp .swiper-slide:hover img {
                    -webkit-transform: scale(0.95);
                    transform: scale(0.95);
                }

        .prinfo1 .list .right {
            width: 52.5%;
            padding-left: 1.55rem;
        }

            .prinfo1 .list .right .dec {
                font-size: 16px;
                line-height: 1.75;
                color: #666666;
                margin-top: 15px;
                margin-bottom: 0.6rem;
            }

.prinfo2 .ctliBox {
    display: none;
    padding-bottom: 40px;
}

    .prinfo2 .ctliBox:first-child {
        display: block;
    }

.prinfo2 .tabBox {
    padding: 15px 50px;
    background-color: #0b47a9;
}

    .prinfo2 .tabBox .tli {
        position: relative;
        padding: 5px 0;
        color: #ffffff;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 0.7rem;
        cursor: pointer;
    }

        .prinfo2 .tabBox .tli:last-child {
            margin-right: 0px;
        }

        .prinfo2 .tabBox .tli:before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 0%;
            height: 2px;
            background-color: #aacd06;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .prinfo2 .tabBox .tli:hover, .prinfo2 .tabBox .tli.active {
            color: #fff;
        }

            .prinfo2 .tabBox .tli:hover::before, .prinfo2 .tabBox .tli.active::before {
                width: 100%;
            }

.prinfo2 .ctBox {
    position: relative;
    padding: 65px 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 12px 75px 12px rgba(150, 150, 150, 0.1);
    box-shadow: 0px 12px 75px 12px rgba(150, 150, 150, 0.1);
}

.prinfo2 .ctul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prinfo2 .ctli {
    width: 31%;
    padding: 40px;
    padding-bottom: 0px !important;
    margin-right: 3.5%;
    margin-top: 3.5%;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #e7e7e7;
    overflow: hidden;
}

    .prinfo2 .ctli:nth-child(3n) {
        margin-right: 0px;
    }

    .prinfo2 .ctli:nth-child(1), .prinfo2 .ctli:nth-child(2), .prinfo2 .ctli:nth-child(3) {
        margin-top: 0px;
    }

    .prinfo2 .ctli .iconBox {
        position: relative;
        width: 58px;
        height: 58px;
        background-color: #f2f7d9;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

        .prinfo2 .ctli .iconBox em {
            display: block;
        }

        .prinfo2 .ctli .iconBox .icon1 {
            background: url(../img/prinfo_sprites.png) 0px 0px no-repeat;
            width: 26px;
            height: 26px;
        }

        .prinfo2 .ctli .iconBox .icon2 {
            background: url(../img/prinfo_sprites.png) 0px -26px no-repeat;
            width: 26px;
            height: 32px;
        }

        .prinfo2 .ctli .iconBox .icon3 {
            background: url(../img/prinfo_sprites.png) 0px -58px no-repeat;
            width: 28px;
            height: 24px;
        }

        .prinfo2 .ctli .iconBox .icon4 {
            background: url(../img/prinfo_sprites.png) 0px -82px no-repeat;
            width: 31px;
            height: 31px;
        }

        .prinfo2 .ctli .iconBox .icon5 {
            background: url(../img/prinfo_sprites.png) 0px -113px no-repeat;
            width: 30px;
            height: 34px;
        }

        .prinfo2 .ctli .iconBox .icon6 {
            background: url(../img/prinfo_sprites.png) 0px -147px no-repeat;
            width: 32px;
            height: 32px;
        }

    .prinfo2 .ctli .ctit {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
        color: #0b47a9;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
        min-height: 65px;
    }

    .prinfo2 .ctli .cnum {
        font-family: Roboto-Bold;
        font-size: 1.7rem;
        line-height: 1;
        color: #e5eaf3;
        text-align: center;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        margin-bottom: -0.52rem;
    }

    .prinfo2 .ctli:hover .cnum {
        color: #dde4f3;
    }

.prinfo3 .tablelist {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 65px;
    margin-bottom: 30px;
}

.prinfo3 table {
    width: 100%;
}

    .prinfo3 table th {
        background: #0B47A9;
        font-size: 16px;
        color: #ffffff;
        padding: 15px 5px;
        border: 1px solid #3C6CBA;
        font-weight: normal;
    }

    .prinfo3 table td {
        color: #666666;
        text-align: center;
        padding: 15px 5px;
        border: 1px solid #C3CBDD;
    }

.prinfo4 {
    background: #fff;
}

    .prinfo4 .swiper-container {
        overflow: initial;
        margin-top: 55px;
        padding-bottom: 40px;
    }

    .prinfo4 .moreBox {
        margin: 0 auto;
    }

.download1 {
    position: relative;
}

    .download1 .top, .download1 .btli, .download1 .inputBox, .download1 .typeBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .download1 .topleft {
        width: 59%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .download1 .topleft .doli {
            position: relative;
            width: 47.5%;
            margin-right: 2.2%;
        }

            .download1 .topleft .doli:last-child {
                margin-right: 0px;
            }

            .download1 .topleft .doli input {
                width: 100%;
                height: 55px;
                color: #666666;
                padding: 0 20px;
                cursor: pointer;
                background-color: #ffffff;
                border: solid 1px #d6d6d6;
            }

            .download1 .topleft .doli .icon-down {
                font-size: 16px;
                line-height: 28px;
                color: #666666;
                display: block;
                position: absolute;
                top: 50%;
                right: 16px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .download1 .topleft .doli .doitem {
                position: absolute;
                top: 100%;
                left: 0px;
                width: 100%;
                height: 175px;
                overflow-x: hidden;
                overflow-y: auto;
                background: #f5f6f8;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                z-index: 9;
                border-bottom: 1px solid #dedede;
                display: none;
            }

                .download1 .topleft .doli .doitem li {
                    font-size: 16px;
                    color: #999999;
                    padding: 13px 20px;
                    border-top: 1px solid #dedede;
                    cursor: pointer;
                }

                    .download1 .topleft .doli .doitem li.active {
                        color: #ffffff;
                        background: #aacd06;
                    }

                    .download1 .topleft .doli .doitem li:hover {
                        color: #0b47a9;
                    }

    .download1 .topright {
        position: relative;
        width: 35%;
        height: 38px;
    }

        .download1 .topright .input {
            position: relative;
            width: calc(100% - 100px);
            padding: 0 20px;
            height: 100%;
            background-color: #ffffff;
            border: solid 1px #d6d6d6;
            color: #666666;
            font-size: 15px;
        }

        .download1 .topright .sub {
            width: 100px;
            height: 100%;
            font-size: 22px;
            line-height: 100%;
            text-align: center;
            cursor: pointer;
            background-color: #0b47a9;
            color: #ffffff;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .download1 .topright .sub:hover {
                background-color: #aacd06;
            }

    .download1 .bot {
        margin-top: 30px;
    }

        .download1 .bot table tr {
            background-color: #f7f7f7;
            border-top: 10px solid #ffffff;
            border-bottom: 10px solid #ffffff;
        }

        .download1 .bot table th {
            position: relative;
            font-size: 22px;
            color: #ffffff;
            height: 80px;
            font-weight: normal;
            text-align: center;
            background-color: #0b47a9;
            border: 2px solid #557fc3;
            border-bottom: 0px;
        }

            .download1 .bot table th:last-child {
                border-right: 0px;
            }

            .download1 .bot table th:first-child {
                border-left: 0px;
            }

        .download1 .bot table td {
            position: relative;
            font-size: 20px;
            color: #333333;
            text-align: center;
            height: 80px;
            border: 2px solid rgb(255, 255, 255);
        }


            .download1 .bot table td.add_btn {
                color: #0056b8;
                cursor: pointer;
            }

                .download1 .bot table td.add_btn:hover {
                    text-decoration: underline;
                }

            .download1 .bot table td .bj {
                /* background-color: #024498; */
                /* color: white; */
                /* font-size: 14px; */
                /* padding: 0px 10px; */
                /* line-height: 14px; */
                /* border-radius: 12px; */
                color: #024498;
            }

        .download1 .bot table .ctit3 {
            font-size: 16px;
            color: #888888;
        }

        .download1 .bot table tr.active td {
            color: #0b47a9;
        }

        .download1 .bot table tr.active {
            border-width: 1px;
        }

        .download1 .bot table .adds {
            display: none;
            border: 1px solid #ffffff;
        }

            .download1 .bot table .adds td {
                font-size: 16px;
                color: #888888;
                height: 50px;
            }

    .download1 .btit {
        font-size: 22px;
        color: #ffffff;
        padding: 20px 0;
        text-align: center;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
    }

        .download1 .btit:last-child {
            border-right: 0px;
        }

    .download1 .btit1, .download1 .ctit1 {
        width: 140px;
    }

    .download1 .btit2, .download1 .ctit2 {
        text-align: left !important;
        padding: 0 0.6rem;
    }

    .download1 .btit3, .download1 .ctit3 {
        width: 230px;
    }

    .download1 .btit4, .download1 .ctit4 {
        width: 320px;
    }

    .download1 .btit5, .download1 .ctit5 {
        width: 110px;
    }

    .download1 .add_btn::before {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 20px;
        height: 17px;
        background: url(../img/do-bgm1.png) no-repeat center;
        background-size: cover;
        display: none;
    }

    .download1 .typeBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 5px;
        border-top: 1px solid #557fc3;
    }

        .download1 .typeBox .type {
            font-size: 18px;
            padding: 4px;
            width: 33.333%;
            border-right: 1px solid #557fc3;
        }

            .download1 .typeBox .type:last-child {
                border-right: 0px;
            }

    .download1 .ctit5 .icon-xiazai {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 0 auto;
        color: #ffffff;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        background-color: #8c97a8;
        display: block;
    }

        .download1 .ctit5 .icon-xiazai:hover {
            background-color: #aacd06;
        }

    .download1 .inputBox {
        position: relative;
        height: 100%;
    }

        .download1 .inputBox .inpt {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 33.333%;
            height: 100%;
            border-right: 2px solid #ffffff;
        }

        .download1 .inputBox .btn, .download1 .inputBox .allbtn {
            position: relative;
            cursor: pointer;
            outline: 0;
            -webkit-appearance: checkbox;
            -moz-appearance: checkbox;
            -o-appearance: checkbox;
            appearance: checkbox;
            margin: 0px auto;
            width: 19px;
            height: 19px;
            border: 0px;
            overflow: hidden;
        }

            .download1 .inputBox .btn::before, .download1 .inputBox .allbtn::before {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background-color: #ffffff;
                border: solid 1px #0b47a9;
                border-radius: 2px;
                overflow: hidden;
            }

            .download1 .inputBox .btn[type=checkbox]:checked::before, .download1 .inputBox .allbtn[type=checkbox]:checked::before {
                content: "✓";
                background-color: #0b47a9;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                border: 1px solid #0b47a9;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

        .download1 .inputBox .allbtn {
            margin: 0px;
            margin-right: 10px;
        }

        .download1 .inputBox .allinpt {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            font-size: 14px;
            color: #666666;
            padding-right: 6px;
        }

    .download1 .btnBox {
        margin-top: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .download1 .btnBox .paging {
            width: calc(100% - 160px);
            padding-right: 6%;
        }

.section1 .list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section1 .left {
    width: 29%;
    padding-left: 8%;
    padding-right: 3%;
    margin-top: 0.8rem;
}

    .section1 .left .moreBox1 {
        margin-top: 0.65rem;
    }

.section1 .right {
    width: 71%;
}

    .section1 .right .swpli .imgBox {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .section1 .right .swpli .imgBox::before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 30%;
            background: url(../img/in-bgm3.png) no-repeat center;
            background-size: cover;
        }

        .section1 .right .swpli .imgBox img {
            width: 100%;
        }

    .section1 .right .swpli .tit {
        position: absolute;
        z-index: 1;
        width: 100%;
        padding: 20px;
        text-align: center;
        left: 0px;
        bottom: 0px;
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 26px;
        color: #ffffff;
    }

    .section1 .right .swpli .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #ffffff;
        width: 114px;
        height: 114px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #aacd06;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .section1 .right .swpli:hover .imgBox img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .section1 .right .swpli:hover .btn {
        opacity: 1;
    }

.section1 .pagBox {
    height: 28px;
}

    .section1 .pagBox .swiper-scrollbar {
        width: calc(100% - 110px - 70px);
        margin-right: 70px;
        opacity: 1 !important;
        height: 3px;
        background: #EEEEEE;
    }

        .section1 .pagBox .swiper-scrollbar .swiper-scrollbar-drag {
            background: #222222;
        }

    .section1 .pagBox .pagbtn {
        position: relative;
        width: 110px;
        height: 28px;
    }

.section1 .swiper-button-prev,
.section1 .swiper-button-next {
    color: #111111;
    font-size: 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent !important;
}

    .section1 .swiper-button-prev:hover,
    .section1 .swiper-button-next:hover {
        color: #aacd06;
    }

.section2 {
    padding: 1.3rem 0;
    background: url(../img/in-bgm2.jpg) no-repeat center;
    background-size: cover;
}

    .section2 .in_tit {
        margin-bottom: 45px;
    }

    .section2 .piclist {
        position: relative;
        overflow: hidden;
        padding: 0 5.5%;
    }

        .section2 .piclist .picli {
            position: relative;
            margin-right: 1%;
            margin-top: 1%;
            overflow: hidden;
        }

            .section2 .piclist .picli:last-child {
                margin-right: 0px;
            }

            .section2 .piclist .picli:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

        .section2 .piclist .imgBox, .section2 .piclist .simgBox {
            position: relative;
            overflow: hidden;
            height: 108px;
            background-color: #ffffff;
            border-radius: 10px;
        }

            .section2 .piclist .imgBox img, .section2 .piclist .simgBox img {
                padding: 20px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

        .section2 .piclist .imgBox {
            width: 13.2%;
        }

        .section2 .piclist .simgBox {
            width: 7%;
        }

    .section2 .swpimg {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .section2 .swpBox {
        display: none;
    }

        .section2 .swpBox .swiper-container {
            padding-bottom: 40px;
            margin-top: 20px;
        }

.section3 .tabBox {
    margin-top: 10px;
}

    .section3 .tabBox .tabli {
        position: relative;
        cursor: pointer;
        color: #777777;
        font-size: 20px;
        padding: 3px 0;
        margin-right: 1.1rem;
    }

        .section3 .tabBox .tabli:last-child {
            margin-right: 0px;
        }

        .section3 .tabBox .tabli::before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 0%;
            height: 3px;
            background-color: #aacd06;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section3 .tabBox .tabli:hover {
            color: #0b47a9;
        }

        .section3 .tabBox .tabli.active::before {
            width: 100%;
        }

        .section3 .tabBox .tabli.active {
            font-weight: bold;
            color: #0b47a9;
        }

.section3 .left {
    width: 47.82%;
}

    .section3 .left .btit {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 35px;
        color: #ffffff !important;
        z-index: 2;
    }

    .section3 .left .imgBox img {
        width: 100%;
        height: 100%;
    }

.section3 .right {
    position: relative;
    width: 52.18%;
    padding-left: 0.8rem;
}

    .section3 .right .rli {
        position: relative;
        margin-top: 0px;
        margin-top: 25px;
    }

        .section3 .right .rli:first-child {
            margin-top: 0px;
        }

        .section3 .right .rli:hover .btit {
            color: #0b47a9;
        }

        .section3 .right .rli:hover .rimg img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .section3 .right .rli .rimg {
            position: relative;
            width: 165px;
            overflow: hidden;
        }

        .section3 .right .rli .rfont {
            position: relative;
            width: calc(100% - 165px);
            padding-left: 25px;
        }

        .section3 .right .rli .time {
            font-size: 14px;
            color: #777777;
            margin-top: 15px;
        }

            .section3 .right .rli .time em {
                font-size: 12px;
                font-weight: 600;
                display: inline-block;
                vertical-align: 0px;
                margin-left: 10px;
            }

.section3 .contBox {
    position: relative;
    margin-top: 50px;
}

    .section3 .contBox .contLi {
        position: relative;
        display: none;
        overflow: hidden;
    }

        .section3 .contBox .contLi.active {
            display: block;
        }

    .section3 .contBox .imgBox {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .section3 .contBox .imgBox::before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 40%;
            background: url(../img/in-bgm4.png) no-repeat center;
            background-size: cover;
        }

    .section3 .contBox .btit {
        font-size: 24px;
        color: #1f1f1f;
    }

.section3 .lfswp .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section3 .left .swiper-button-prev,
.section3 .left .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.2);
    border: 0px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

    .section3 .left .swiper-button-prev:hover,
    .section3 .left .swiper-button-next:hover {
        background-color: #006db8;
    }

.about1 {
    position: relative;
    overflow: hidden;
}

    .about1.active .enft {
        left: 11%;
    }

    .about1 .enft {
        position: absolute;
        left: 0px;
        -webkit-transition: all 1s;
        transition: all 1s;
        bottom: -35px;
    }

    .about1 .list {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about1 .left {
        position: relative;
        width: 52%;
        padding-right: 1.3rem;
    }

        .about1 .left .dec {
            font-size: 22px;
            color: #666666;
            margin-top: 15px;
            margin-bottom: 0.75rem;
        }

        .about1 .left .decb {
            font-size: 18px;
            line-height: 1.78;
            color: #666666;
        }

    .about1 .right {
        position: relative;
        width: 48%;
        overflow: hidden;
    }

        .about1 .right img {
            width: 100%;
        }

        .about1 .right:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.about2 {
    position: relative;
    overflow: hidden;
}

    .about2 .imgBox {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 815px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .about2 .imgBox::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            background: rgba(11, 16, 50, 0.55);
        }

        .about2 .imgBox img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .about2 .list {
        position: absolute;
        height: 100%;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .about2 .list .li {
            position: relative;
            width: 29%;
            height: 100%;
            margin-right: 6.5%;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .about2 .list .li:last-child {
                margin-right: 0px;
            }

            .about2 .list .li:hover {
                background: rgba(11, 71, 169, 0.75);
            }

        .about2 .list .font {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 20px;
        }

            .about2 .list .font::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 2px;
                height: 55%;
                background-color: #ffffff;
            }

            .about2 .list .font .tit {
                font-family: HarmonyOS_Sans_SC_Medium;
                font-size: 0.32rem;
                color: #fff;
            }

            .about2 .list .font .dec {
                font-size: 18px;
                color: #fff;
                margin-top: 5px;
            }

    .about2 .sfont {
        text-align: center;
        padding-top: 10px;
    }

        .about2 .sfont .tit {
            font-family: HarmonyOS_Sans_SC_Medium;
            font-size: 18px;
            color: #333333;
        }

        .about2 .sfont .dec {
            font-size: 15px;
            color: #666666;
            margin-top: 5px;
        }

    .about2 .simg {
        position: relative;
        overflow: hidden;
    }

        .about2 .simg img {
            width: 100%;
        }

    .about2 .molist {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
        display: none;
    }

        .about2 .molist .swiper-container {
            padding-bottom: 30px;
        }

.about3 {
    background: #F8FAFC;
}

    .about3 .topdec {
        font-size: 20px;
        line-height: 1.8;
        color: #666666;
        margin-top: 15px;
    }

    .about3 .left {
        width: 54%;
        padding-right: 1.6rem;
    }

    .about3 .right {
        position: relative;
        width: 46%;
        overflow: hidden;
    }

        .about3 .right:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .about3 .bot {
        width: 100%;
        overflow: hidden;
        margin-top: 0.8rem;
    }

        .about3 .bot:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .about3 .swplist {
        display: none;
        padding-bottom: 30px;
        margin-top: 15px;
    }

        .about3 .swplist .simg {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

            .about3 .swplist .simg img {
                width: 100%;
            }

.about4 .ab4list {
    padding-bottom: 0.83rem;
    margin-bottom: 1.5rem;
    background: url(../img/ab-bgm2.png) no-repeat center bottom;
    background-size: cover;
}

    .about4 .ab4list .swiper-wrapper {
        padding-top: 0.9rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .about4 .ab4list .swiper-wrapper .swiper-slide {
            overflow: hidden;
        }


            .about4 .ab4list .swiper-wrapper .swiper-slide img {
                max-height: 300px;
            }

            .about4 .ab4list .swiper-wrapper .swiper-slide:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

.about4 .btnBox {
    position: absolute;
    width: 135px;
    height: 56px;
    margin-top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(45px);
    transform: translateX(-50%) translateY(45px);
    bottom: 0px;
}

.apinfo1 {
    border-bottom: 1px solid #f6f6f6;
}

    .apinfo1 .swiper-slide {
        width: auto;
        padding: 25px 0;
        margin-right: 0.65rem;
        border-bottom: 3px solid #fff;
    }

        .apinfo1 .swiper-slide .tit {
            font-size: 20px;
            color: #666666;
        }

        .apinfo1 .swiper-slide:hover .tit {
            color: #0b47a9;
        }

        .apinfo1 .swiper-slide.active {
            border-bottom: 3px solid #0b47a9;
        }

            .apinfo1 .swiper-slide.active .tit {
                color: #0b47a9;
                /* font-weight: bold; */
            }

    .apinfo1 .swiper-button-prev,
    .apinfo1 .swiper-button-next {
        width: 20px;
        height: 12px;
        line-height: 12px;
        margin-top: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 0px;
        border-radius: 0px;
        color: #cacaca;
        background: transparent !important;
    }

        .apinfo1 .swiper-button-prev:hover,
        .apinfo1 .swiper-button-next:hover {
            color: #0b47a9;
        }

    .apinfo1 .swiper-button-prev {
        left: -55px;
    }

    .apinfo1 .swiper-button-next {
        right: -55px;
    }

.apinfo2, .apinfo3 {
    background: #F7F7F7;
}

    .apinfo2 .dec, .apinfo3 .dec {
        font-size: 18px;
        line-height: 1.8;
        color: #666666;
    }

        .apinfo2 .dec p, .apinfo3 .dec p {
            position: relative;
            font-size: 18px;
            line-height: 1.8;
            color: #666666;
            margin-top: 30px;
            padding-left: 30px;
        }

            .apinfo2 .dec p::before, .apinfo3 .dec p::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 10px;
                width: 13px;
                height: 13px;
                background: url(../img/ap-icon1.png) no-repeat center;
                background-size: cover;
            }

.apinfo3 {
    background: #fff;
}

    .apinfo3 .imgBox {
        margin-top: 60px;
    }

.apinfo4 {
    background: #F7F7F7;
}

    .apinfo4 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px;
    }

        .apinfo4 .list .li {
            position: relative;
            width: 23.65%;
            padding: 63px 30px;
            margin-right: 1.8%;
            margin-top: 1.8%;
            overflow: hidden;
            background-color: #ffffff;
            border-radius: 15px;
            border: solid 1px #e5e5e5;
        }

            .apinfo4 .list .li:nth-child(4n) {
                margin-right: 0px;
            }

            .apinfo4 .list .li:hover .font .tit {
                color: #1050b4;
            }

            .apinfo4 .list .li .num {
                position: absolute;
                right: 8px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: Roboto-Bold;
                font-size: 1.2rem;
                line-height: 1;
                color: #eeeff2;
            }

    .apinfo4 .font {
        position: relative;
        z-index: 1;
    }

        .apinfo4 .font .tit {
            font-size: 0.3rem;
            font-weight: bold;
            color: #333333;
        }

        .apinfo4 .font .dec {
            font-size: 18px;
            font-weight: bold;
            color: #c7c7c7;
        }

.apinfo5 .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}

    .apinfo5 .top .tli {
        position: relative;
        padding-left: 25px;
        font-size: 18px;
        color: #666666;
        margin-right: 1rem;
    }

        .apinfo5 .top .tli::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 9px;
            width: 9px;
            height: 9px;
            overflow: hidden;
            background-color: #b6b6b6;
            border-radius: 50%;
        }

.apinfo5 .bli {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
}

.apinfo5 .bleft {
    width: 45%;
}

    .apinfo5 .bleft .tit {
        font-size: 0.36rem;
        color: #333333;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .apinfo5 .bleft .tit1 {
        margin-top: 0.6rem;
    }

    .apinfo5 .bleft .dec {
        font-size: 18px;
        line-height: 1.8;
        color: #666666;
    }

        .apinfo5 .bleft .dec p {
            position: relative;
            font-size: 18px;
            line-height: 1.8;
            color: #666666;
            margin-top: 10px;
            padding-left: 30px;
        }

            .apinfo5 .bleft .dec p::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 10px;
                width: 13px;
                height: 13px;
                background: url(../img/ap-icon1.png) no-repeat center;
                background-size: cover;
            }

.apinfo5 .bright {
    width: 55%;
    padding-left: 5%;
}

.apinfo6 .imgBox {
    margin-top: 60px;
}

.apinfo7 {
    background: #F7F7F7;
}

    .apinfo7 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .apinfo7 .list .li {
            position: relative;
            width: 48.5%;
            padding: 0.4rem 0.5rem;
            margin-right: 3%;
            margin-top: 3%;
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
        }

            .apinfo7 .list .li::before {
                content: "";
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 0%;
                height: 3px;
                background-color: #0b47a9;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .apinfo7 .list .li:hover::before {
                width: 100%;
            }

            .apinfo7 .list .li:nth-child(2n) {
                margin-right: 0px;
            }

            .apinfo7 .list .li .iconBox {
                position: relative;
                width: 58px;
                height: 58px;
                border-radius: 50%;
                overflow: hidden;
                background-color: #f0f6ff;
            }

            .apinfo7 .list .li .font {
                font-size: 18px;
                line-height: 1.56;
                color: #333333;
                padding-right: 20%;
                margin-top: 20px;
            }

.apinfo8 .dec {
    font-size: 16px;
    color: #666666;
    margin-top: 35px;
    margin-bottom: 20px;
}

.apinfo8 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .apinfo8 .list .li {
        position: relative;
        padding: 22px 20px 22px 36px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        margin-right: 10px;
        margin-top: 15px;
        background-color: #f6f6f6;
        border-radius: 2px;
    }

        .apinfo8 .list .li::before {
            content: "";
            position: absolute;
            left: 20px;
            top: 32px;
            width: 5px;
            height: 5px;
            overflow: hidden;
            border-radius: 50%;
            background-color: #b2b2b2;
        }

.appli .box {
    display: block;
}

.bshare-custom a {
    cursor: pointer;
}

    .bshare-custom a:hover {
        opacity: 0.7;
    }

.contact .con2 .simg {
    display: none;
}

.news .neinfo1 .neinfo1_left .time {
    margin-top: 10px;
}

@media screen and (max-width: 1599px) {
    .headfixed {
        /* padding: 0 5%; */
    }

        .headfixed .headfixed_show {
            padding: 0 5%;
        }

    .btn_search .icon-ssicon {
        margin-left: 1.2rem;
    }

    .section3 .contBox .btit {
        font-size: 22px;
    }

    .footer .footer-subtit a {
        font-size: 18px;
    }

    .section3 .left {
        width: 54%;
    }

    .section3 .right {
        width: 46%;
    }

    .section1 .right .swpli .tit {
        font-size: 24px;
    }

    .section1 .right .swpli .btn {
        width: 90px;
        height: 90px;
    }

    .section1 .left {
        padding-left: 5%;
    }

    .section1 .pagBox {
        padding-top: 70px;
    }

    .section2 .piclist .imgBox, .section2 .piclist .simgBox {
        height: 90px;
    }

    .banner .swiper_fontlist {
        right: 5%;
    }

    .banner .swiper_fontlist_left {
        left: 5%;
    }

    .banner .swiper_fontlist {
        width: 40%;
    }

    .about1.active .enft {
        left: 5%;
    }

    .apinfo4 .font .dec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1439px) {
    .headfixed .logo img {
        max-width: 220px;
    }

    .headfixed .menu_pcul li > a {
        padding: 22px 0;
    }

    .section1 .right .swpli .tit,
    .banner .swiper_dec {
        font-size: 22px;
    }

    .in_tit .dec,
    .product1 .li .btn,
    .about2 .list .font .dec,
    .about1 .left .decb {
        font-size: 16px;
    }

    .section2 .piclist .imgBox, .section2 .piclist .simgBox {
        height: 80px;
    }

    .section3 .contBox .btit,
    .about1 .left .dec,
    .download1 .bot table th {
        font-size: 20px;
    }

    .moreBox {
        padding: 10px 5px;
    }

    .section2 .in_tit {
        margin-bottom: 25px;
    }

    .section3 .contBox {
        margin-top: 30px;
    }

    .section3 .right .rli .rimg {
        width: 150px;
    }

    .section3 .right .rli .rfont {
        width: calc(100% - 150px);
    }

    .section3 .right .rli {
        margin-top: 20px;
    }

    .product2 .titBtn .tit,
    .about2 .list .font .tit {
        font-size: 24px;
    }

    .about2 .imgBox {
        height: 700px;
    }

    .about3 .topdec,
    .download1 .bot table td,
    .apinfo1 .swiper-slide .tit {
        font-size: 18px;
    }

    .download1 .typeBox .type {
        font-size: 16px;
    }

    .download1 .bot table .adds td {
        font-size: 15px;
    }

    .apinfo1 .swiper-button-prev {
        left: -15px;
    }

    .apinfo1 .swiper-button-next {
        right: -15px;
    }

    .apinfo1 .swiper-container {
        width: 95%;
    }
}

@media screen and (max-width: 1359px) {
    .section1 .right .swpli .tit {
        font-size: 20px;
    }

    .btn_search .icon-ssicon {
        margin-left: 0.8rem;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 22px;
    }

    .about4 .btnBox {
        height: 46px;
    }
}

@media screen and (max-width: 1279px) {
    .btn_search .icon-ssicon {
        margin-left: 0.2rem;
    }

    .headfixed .logo img {
        max-width: 200px;
    }

    .headfixed .menu_pcul li > a,
    .about3 .topdec {
        font-size: 16px;
    }

    .banner .swiper_fontlist {
        width: 42%;
    }

    .section1 .swiper-button-prev, .section1 .swiper-button-next, .product2 .titBtn .tit {
        font-size: 22px;
    }

    .section1 .pagBox {
        padding-top: 40px;
    }

    .section2 .piclist .imgBox, .section2 .piclist .simgBox {
        height: 75px;
    }

    .section2 .piclist {
        padding: 0 3%;
    }

    .section3 .right {
        padding-left: 4%;
    }

        .section3 .right .rli .rimg {
            width: 130px;
        }

        .section3 .right .rli .rfont {
            width: calc(100% - 130px);
        }

    .section3 .contBox .btit,
    .about1 .left .dec,
    .footer .email {
        font-size: 18px;
    }

    .section3 .left .btit,
    .prinfo2 .ctli {
        padding: 20px;
    }

    .footer .tel, .product2 .li .stit {
        font-size: 20px;
    }

    .footer .footer-subtit a {
        margin-bottom: 5px;
    }

    .footer .foot-top {
        padding-bottom: 40px;
    }

    .footer .foot-bot {
        padding: 15px 0;
    }

    .section3 .left .swiper-button-prev, .section3 .left .swiper-button-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .product2 .imgBox {
        margin-top: 15px;
    }

    .product2 .li {
        padding: 30px 20px;
    }

        .product2 .li .line {
            margin: 15px auto;
        }

    .product2 .titBtn {
        margin-bottom: 40px;
    }

    .product1 .li .tit,
    .apinfo4 .font .tit {
        font-size: 20px;
    }

    .product1 .li .entit {
        font-size: 14px;
    }

    .product1 .li .imgBox img {
        max-width: 220px;
    }

    .prinfo4 .swiper-container {
        margin-top: 30px;
    }

    .prinfo2 .ctBox {
        padding: 40px;
    }

    .prinfo2 .ctli .ctit {
        font-size: 18px;
    }

    .prinfo2 .tabBox {
        padding: 15px 40px;
    }

    .prinfo3 table th,
    .prinfo3 table td {
        padding: 10px 5px;
    }

    .about2 .imgBox {
        height: 600px;
    }

    .download1 .btit1, .download1 .ctit1 {
        width: 100px;
    }

    .download1 .btit3, .download1 .ctit3 {
        width: 200px;
    }

    .download1 .btit4, .download1 .ctit4 {
        width: 250px;
    }

    .download1 .btit5, .download1 .ctit5 {
        width: 80px;
    }

    .download1 .btit2, .download1 .ctit2 {
        padding: 0 20px;
    }

    .download1 .inputBox .allinpt {
        padding-right: 0px;
    }

    .download1 .inputBox .allbtn {
        margin-right: 5px;
    }

    .download1 .bot {
        margin-top: 30px;
    }

    .apinfo2 .dec p, .apinfo3 .dec p, .apinfo5 .bleft .dec p {
        font-size: 16px;
        margin-top: 20px;
        padding-left: 20px;
    }

        .apinfo2 .dec p::before, .apinfo3 .dec p::before, .apinfo5 .bleft .dec p::before {
            width: 8px;
            height: 8px;
        }

    .apinfo5 .top .tli,
    .apinfo7 .list .li .font {
        font-size: 16px;
    }

        .apinfo5 .top .tli::before {
            width: 6px;
            height: 6px;
        }

    .apinfo7 .list .li .font {
        padding-right: 0px;
    }

    .apinfo7 .list .li .iconBox {
        width: 48px;
        height: 48px;
    }

        .apinfo7 .list .li .iconBox img {
            -webkit-transform: scale(0.85);
            transform: scale(0.85);
        }

    .apinfo8 .list .li {
        padding: 12px 20px 12px 36px;
    }

        .apinfo8 .list .li::before {
            top: 22px;
        }

    .apinfo8 .dec {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .apinfo4 .list .li {
        padding: 40px 20px;
    }

    .apinfo4 .list {
        margin-top: 5px;
    }

    .apinfo1 .swiper-slide {
        padding: 20px 0;
    }

    .contact .con1 .pic {
        width: 30px;
    }

        .contact .con1 .pic svg {
            width: 30px;
            height: 30px;
        }

    .news .neinfo1 .neinfo1_tit {
        font-size: 24px;
    }
}

@media screen and (max-width: 1151px) {
    .headfixed .logo img {
        max-width: 180px;
    }

    .btn_search .icon-ssicon {
        margin-left: 0.1rem;
    }

    .banner .swiper_dec {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section2 .piclist .imgBox, .section2 .piclist .simgBox {
        height: 70px;
    }

    .footer .footer-subtit a {
        font-size: 16px;
    }

    .footer .footer-subnav a,
    .section1 .right .swpli .btn,
    .section1 .right .swpli .btn em {
        font-size: 14px;
    }

    .section1 .right .swpli .btn {
        width: 70px;
        height: 70px;
    }

        .section1 .right .swpli .btn em {
            line-height: 1;
        }

    .headfixed .menu_pcul li > a {
        padding: 25px 0;
    }

    .about2 .list .font .tit {
        font-size: 22px;
    }

    .product2 .titBtn .tit {
        font-size: 20px;
    }

    .banner .tit,
    .in_tit .tit {
        font-size: 26px;
    }

    .prinfo2 .ctliBox {
        padding-bottom: 20px;
    }

    .about4 .ab4list {
        padding-bottom: 0.9rem;
        margin-bottom: 2rem;
    }

    .download1 .bot table th {
        font-size: 18px;
    }

    .download1 .topright .input {
        width: calc(100% - 80px);
    }

    .download1 .topright .sub {
        width: 80px;
    }

    .download1 .ctit5 .icon-xiazai {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .apinfo5 .bleft .tit {
        font-size: 22px;
    }

    .apinfo6 .imgBox {
        margin-top: 30px;
    }

    .news .neinfo1 .neinfo1_cont {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    .section3 .cont,
    .prinfo1 .list,
    .download1 .topleft {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .section1 .left,
        .section1 .right,
        .section3 .left,
        .section3 .right,
        .footer .foot-copy,
        .footer .foot-rtlink,
        .footer .foot_left,
        .prinfo1 .list .left,
        .prinfo1 .list .right,
        .about1 .left,
        .about1 .right,
        .download1 .topleft,
        .download1 .topright,
        .apinfo5 .bleft,
        .apinfo5 .bright {
            width: 100%;
        }

    .headfixed .menu_pcul,
    .section2 .piclist,
    .footer .footer-menu {
        display: none;
    }

    .section2 .swpBox,
    .banner .banner_himg::before,
    .banner .banner_img::before,
    .app-kfbt {
        display: block;
    }

    .headfixed .menu_pcul li {
        padding: 0 0.3rem;
    }

    .footer .foot-rtlink {
        margin-top: 10px;
    }

    .section3 .right,
    .prinfo1 .list .right {
        padding-left: 0px;
        margin-top: 30px;
    }

    .about1 .left {
        padding-right: 0px;
    }

    .apinfo5 .bright {
        padding-left: 0px;
        margin-top: 30px;
    }

    .btn_phone {
        display: block;
        margin-left: 2rem;
    }

    .headfixed .headfixed_show {
        padding: 10px 20px;
    }

    .in_tit .tit1 {
        font-size: 26px;
    }

    .banner .swiper_line {
        width: 45px;
        margin: 15px 0;
    }

    .banner .swiper_dec,
    .footer .tel {
        font-size: 18px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }

    .headfixed .toggle_btn {
        position: relative;
        z-index: 10;
    }

    .section1 .right {
        padding-left: 5%;
        margin-top: 40px;
    }

    .section1 .left {
        padding-right: 5%;
    }

    .section2 .swpimg img {
        padding: 10%;
    }

    .footer .foot_icon {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

        .footer .foot_icon img {
            max-width: 20px;
        }

    .footer .footer_addrli .font {
        width: calc(100% - 24px);
        padding-left: 10px;
    }

    .footer .footer_addrli {
        margin-top: 10px;
    }

    .footer {
        padding-top: 30px;
    }

        .footer .foot-top {
            padding-bottom: 20px;
        }

    .section1 .left {
        margin-top: 0px;
    }

    .banner .nav a {
        font-size: 14px;
    }

    .product1 .li {
        width: 48%;
        margin-top: 65px;
    }

        .product1 .li:nth-child(2n) {
            margin-right: 0px;
        }

        .product1 .li:nth-child(1),
        .product1 .li:nth-child(2) {
            margin-top: 0px;
        }

        .product1 .li .imgBox {
            right: -20px;
        }

        .product2 .li .stit,
        .product1 .li .tit,
        .product2 .titBtn .tit {
            font-size: 18px;
        }

    .prinfo2 .tabBox .tli {
        margin-right: 1rem;
    }

    .prinfo2 .ctli .ctit {
        font-size: 16px;
    }

    .prinfo2 .ctli .iconBox {
        width: 45px;
        height: 45px;
    }

        .prinfo2 .ctli .iconBox em {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

    .prinfo2 .ctli .ctit {
        min-height: 80px;
    }

    .prinfo2 .ctBox {
        padding: 30px 25px;
    }

    .prinfo2 .tabBox {
        padding: 15px 25px;
    }

    .prinfo3 table th,
    .prinfo3 table td {
        font-size: 15px;
    }

    .prinfo3 .tablelist table {
        width: 1200px;
    }

    .prinfo4 .swiper-container {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .prinfo1 .imgBox {
        width: 70%;
        margin: 0 auto;
    }

    .about4 .ab4list {
        margin-bottom: 2.5rem;
    }

    .about2 .imgBox {
        height: 450px;
    }

    .about1 .left .dec {
        margin-bottom: 15px;
    }

    .about1 .right,
    .apinfo5 .bli {
        margin-top: 30px;
    }

    .download1 .btit3, .download1 .ctit3 {
        width: 100px;
    }

    .download1 .btit1, .download1 .ctit1,
    .download1 .btit5, .download1 .ctit5 {
        width: 60px;
    }

    .download1 .bot table th,
    .download1 .bot table td {
        font-size: 16px;
        padding: 5px 0;
    }

    .download1 .bot table .ctit3,
    .download1 .typeBox .type,
    .download1 .bot table .adds td {
        font-size: 14px;
    }

    .download1 .bot table th,
    .download1 .bot table td {
        height: 70px;
    }

    .download1 .bot table .btit2, .download1 .bot table .ctit2 {
        width: 220px;
        padding: 0 15px;
    }

    .download1 .ctit5 .icon-xiazai {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

    .download1 .typeBox {
        margin-top: 5px;
        margin-bottom: -3px;
    }

        .download1 .typeBox .type {
            padding-top: 5px;
            padding-bottom: 0px;
        }

    .download1 .topleft .doli {
        width: 48.9%;
    }

    .download1 .topright {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .download1 .topleft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .download1 .bot,
    .apinfo5 .top {
        margin-top: 20px;
    }

    .apinfo4 .list .li {
        width: 49.1%;
    }

        .apinfo4 .list .li:nth-child(2n) {
            margin-right: 0px;
        }

        .apinfo4 .list .li .num {
            font-size: 50px;
        }

    .apinfo5 .bleft .tit {
        font-size: 20px;
    }

    .apinfo7 .list .li {
        padding: 30px 20px;
    }

        .apinfo7 .list .li .font {
            margin-top: 10px;
        }

    .apinfo1 .swiper-slide .tit {
        font-size: 16px;
    }

    .apinfo1 .swiper-slide,
    .apinfo1 .swiper-slide.active {
        border-width: 2px;
    }

    .apinfo1 .swiper-container {
        width: 90%;
    }

    .news .neinfo1 .neinfo1_cont {
        margin-top: 0px;
    }

    .news .neinfo1 .cont {
        margin-top: 20px;
    }

    .news .neinfo1 .neinfo1_cont {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .banner .swiper_fontlist {
        width: 100%;
        right: 0px;
        left: 0px;
        padding: 0 5%;
    }

    .banner .swiper_tit {
        font-size: 26px;
    }

        .banner .swiper_tit p {
            display: inline-block;
        }
}

@media screen and (max-width: 640px) {
    .headfixed {
        position: fixed;
        top: 0px;
        left: 0px;
        -webkit-box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.2);
    }

    .banner {
        margin-top: 60px;
    }

    .download1 .inputBox .allinpt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product1 .li,
    #search_form,
    .prinfo1 .imgBox,
    .about3 .left,
    .download1 .btnBox .paging,
    .download1 .topleft .doli input,
    .download1 .topleft .doli,
    .apinfo7 .list .li,
    .contact2 .contactForm .form-input {
        width: 100%;
    }

    .product1 .li,
    .download1 .topleft .doli,
    .apinfo7 .list .li {
        margin-right: 0px;
    }

    .btn_phone {
        margin-left: 0.8rem;
    }

    .moreBox {
        width: 130px;
        font-size: 14px;
    }

    .section1 .left .moreBox1,
    .about1.active .enft,
    .about2 .list,
    .about2 .imgBox,
    .about3 .right,
    .about3 .bot,
    .download1 .btit3, .download1 .ctit3,
    .contact .con2 .img {
        display: none;
    }

    .about2 .molist,
    .about3 .swplist,
    .contact .con2 .simg {
        display: block;
    }

    .banner .swiper_dec {
        margin-bottom: 20px;
    }

    .download1 .topleft .doli,
    .download1 .topright {
        margin-bottom: 10px;
    }

        .download1 .topleft .doli:last-child {
            margin-bottom: 0px;
        }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .in_tit .tit1 {
        font-size: 24px;
    }

    .section1 .right {
        margin-top: 15px;
        padding-right: 5%;
    }

        .section1 .right .swpli .tit {
            font-size: 17px;
            padding: 15px;
        }

    .section1 .swiper-button-prev, .section1 .swiper-button-next {
        font-size: 20px;
    }

    .section1 .pagBox .pagbtn {
        width: 60px;
    }

    .section1 .pagBox .swiper-scrollbar {
        width: calc(100% - 60px - 30px);
        margin-right: 30px;
    }

    .section1 .pagBox {
        padding-top: 20px;
    }

    .section1 .in_tit {
        text-align: center;
    }

    .in_tit .dec {
        margin-top: 5px;
        font-size: 15px;
    }

    .section2 .swpimg {
        height: 55px;
    }

        .section2 .swpimg img {
            padding: 15%;
        }

    .section2 .swpBox .swiper-container {
        padding-bottom: 30px;
        margin-top: 10px;
    }

    .section2 .in_tit {
        margin-bottom: 15px;
    }

    .section3 .left .swiper-button-prev, .section3 .left .swiper-button-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

    .section3 .contBox .btit,
    .contact2 .contactForm .form-input label {
        font-size: 16px;
    }

    .section3 .left .btit {
        padding: 15px;
    }

    .section3 .tabBox .tabli,
    .about1 .left .dec {
        font-size: 17px;
    }

    .section3 .contBox,
    .section3 .right,
    .product1 .li,
    .about1 .right,
    .apinfo6 .imgBox {
        margin-top: 20px;
    }

        .section3 .right .rli .rimg {
            width: 110px;
        }

        .section3 .right .rli .rfont {
            width: calc(100% - 110px);
            padding-left: 15px;
        }

        .section3 .right .rli .time,
        .footer .foot-rtlink,
        .product1 .li .entit,
        .about3 .topdec {
            margin-top: 5px;
        }

    .section3 {
        padding-bottom: 40px;
    }

    .section2 {
        padding: 35px 0 40px 0;
    }

    .footer .tel,
    .footer .footer_addrli .dec1,
    .download1 .bot table th, .download1 .bot table td {
        font-size: 14px;
    }

    .product1 .li .imgBox {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .product1 .li .entit,
    .product1 .li .btn {
        margin-bottom: 10px;
    }

    .banner .pub-banner-font .entit, .banner .pub-banner-font .tit, .banner .pub-banner-font .ny_bread, .banner .swiper_img .more, .pub-banner-font .dec, .pub-banner-font .more, .pub-banner-font .nav {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .banner .tit,
    .in_tit .tit {
        font-size: 24px;
    }

    .banner .pub-banner-font .nav {
        padding: 5px 0;
    }

    .in_tit .dec, .product1 .li .btn {
        font-size: 14px;
    }

    .product1 .li {
        width: 48.5%;
        margin-right: 3%;
        margin-top: 3%;
        overflow: hidden;
        padding: 20px 15px;
    }

        .product1 .li:nth-child(2n) {
            margin-right: 0px;
        }

        .product1 .li .btn .icon-rjiantou {
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
        }

        .product1 .li .imgBox img {
            max-width: 100%;
        }

        .product1 .li .tit,
        .product1 .li .entit {
            white-space: wrap;
        }

        .product2 .li .stit, .product1 .li .tit, .product2 .titBtn .tit,
        .prinfo2 .tabBox .tli {
            font-size: 17px;
        }

    .product2 .titBtn {
        height: 55px;
    }

        .product2 .titBtn .tit {
            width: calc(100% - 55px);
        }

        .product2 .titBtn .btn {
            width: 55px;
            height: 55px;
        }

            .product2 .titBtn .btn::before {
                top: 26px;
                left: 18px;
            }

            .product2 .titBtn .btn::after {
                top: 18px;
                left: 26px;
            }

    .product1 .li .entit,
    .product1 .li .btn,
    .product2 .li .btn {
        font-size: 12px;
    }

    .nav1 a, .nav1 em {
        font-size: 14px;
    }

    .product2 .li,
    .product2 .li:nth-child(3) {
        width: 48.5%;
        margin-right: 3%;
        margin-top: 3%;
        padding: 20px 15px;
    }

        .product2 .li:nth-child(2n) {
            margin-right: 0px;
        }

    .product2 .titBtn {
        margin-bottom: 20px;
    }

    .product2 .listBox {
        margin-top: 35px;
    }

    .product2 {
        padding-top: 40px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }

    .prinfo1 {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .headfixed .logo img {
        max-width: 160px;
    }

    .prinfo1 .list .right .dec {
        font-size: 15px;
    }

    .prinfo1 .list .right,
    .download1 .bot {
        margin-top: 15px;
    }

        .prinfo1 .list .right .dec {
            margin-top: 10px;
            margin-bottom: 20px;
        }

    .prinfo2 .ctli .cnum {
        font-size: 30px;
        margin-bottom: -0.2rem;
    }

    .prinfo2 .ctli,
    .prinfo2 .ctli:nth-child(3) {
        width: 48.5%;
        margin-right: 3%;
        margin-top: 3%;
        padding: 10px;
    }

        .prinfo2 .ctli:nth-child(2n) {
            margin-right: 0px;
        }

        .prinfo2 .ctli .ctit {
            min-height: 70px;
            font-size: 14px;
        }

    .prinfo2 .ctBox {
        padding: 20px 15px;
    }

    .prinfo2 .ctli .iconBox {
        width: 38px;
        height: 38px;
    }

        .prinfo2 .ctli .iconBox em {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
        }

    .prinfo2 .tabBox {
        padding: 10px 15px;
    }

    .prinfo3 table th, .prinfo3 table td {
        padding: 5px;
        font-size: 14px;
    }

    .prinfo3 .tablelist table {
        width: 800px;
    }

    .prinfo3 .tablelist {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .prinfo4 .swiper-container {
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .prinfo4 .list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .prinfo4 .li,
    .prinfo4 .li:nth-child(3) {
        margin-top: 0px;
        -webkit-box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0);
        box-shadow: 0px 0px 49px 0px rgba(174, 174, 174, 0);
        border: 1px solid rgba(174, 174, 174, 0.18);
    }

    .prinfo4 .in_tit,
    .prinfo1 .in_tit,
    .about3 .in_tit,
    .apinfo7 .in_tit,
    .apinfo8 .in_tit,
    .apinfo6 .in_tit,
    .apinfo4 .in_tit {
        text-align: center;
    }

    .prinfo2 .ctliBox {
        padding: 10px 0;
    }

    .nav1 em {
        margin: 0 5px;
    }

    .swiper-container {
        padding-right: 1px;
    }

    .prinfo1 .moreBox {
        margin: 0 auto;
    }

    .about1 .left .decb,
    .about3 .topdec {
        font-size: 15px;
    }

    .about3 .left {
        padding-right: 0px;
    }

    .about4 .ab4list {
        margin-bottom: 1.5rem;
        padding-bottom: 0.8rem;
    }

    .about4 .btnBox {
        width: 100px;
        height: 36px;
        -webkit-transform: translateX(-50%) translateY(35px);
        transform: translateX(-50%) translateY(35px);
    }

    .about4 .ab4list .swiper-wrapper {
        padding-top: 0.35rem;
    }

    .download1 .btnBox .paging {
        padding-right: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .download1 .moreBox {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .download1 .btnBox {
        margin-top: 15px;
    }

    .download1 .topright .input {
        width: calc(100% - 55px);
    }

    .download1 .topright .sub {
        width: 55px;
        font-size: 18px;
    }

    .download1 .topright,
    .download1 .topleft .doli input {
        height: 50px;
    }

    .download1 .inputBox .btn, .download1 .inputBox .allbtn {
        width: 16px;
        height: 16px;
    }

    .download1 .inputBox .allinpt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 3px;
        font-size: 13px;
    }

    .download1 .bot table .btit2, .download1 .bot table .ctit2 {
        padding: 5px 10px;
    }

    .download1 .typeBox .type,
    .download1 .bot table .adds td {
        font-size: 12px;
    }

    .download1 .btit4, .download1 .ctit4 {
        width: 200px;
    }

    .download1 .bot table .btit2, .download1 .bot table .ctit2 {
        width: 250px;
    }

    .download1 .inputBox .allbtn {
        margin-right: 0px;
    }

    .download1 .bot table tr {
        border-width: 3px;
    }

    .download1 .bot table td,
    .download1 .bot table th {
        border-width: 1px;
    }

    .download1 .typeBox {
        margin-bottom: -12px;
    }

    .download1 .topleft .doli .doitem li,
    .apinfo4 .font .dec {
        font-size: 14px;
    }

    .download1 .typeBox .type {
        padding: 0px;
        padding-top: 5px;
    }

    #search_form fieldset {
        width: calc(100% - 50px);
    }

    #search_form .header_btn {
        width: 50px;
        font-size: 14px;
    }

    .apinfo2 .dec p, .apinfo3 .dec p, .apinfo5 .bleft .dec p {
        font-size: 15px;
        margin-top: 10px;
    }

    .apinfo1 .swiper-button-next {
        right: -5px;
    }

    .apinfo1 .swiper-button-prev {
        left: -5px;
    }

    .apinfo1 .swiper-container {
        width: 85%;
    }

    .apinfo1 .swiper-slide {
        padding: 15px 0;
    }

    .apinfo4 .font .tit {
        font-size: 17px;
    }

    .apinfo4 .list .li,
    .apinfo7 .list .li {
        padding: 20px 15px;
    }

    .apinfo4 .list,
    .apinfo5 .top,
    .apinfo7 .list,
    .apinfo8 .dec {
        margin-top: 10px;
    }

        .apinfo5 .top .tli {
            padding-left: 15px;
            margin-right: 0.5rem;
        }

    .apinfo5 .bleft .tit {
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .apinfo5 .bli {
        margin-top: 0px;
    }

    .apinfo7 .list .li .iconBox {
        width: 34px;
        height: 34px;
    }

        .apinfo7 .list .li .iconBox img {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }

    .apinfo5 .top .tli, .apinfo7 .list .li .font {
        font-size: 15px;
    }

    .apinfo8 .list .li {
        font-size: 14px;
        margin-right: 5px;
        margin-top: 10px;
        padding: 10px 15px 10px 20px;
    }

        .apinfo8 .list .li::before {
            left: 10px;
            top: 18px;
        }

    .btn_search .icon-ssicon {
        font-size: 18px;
    }

    .contact2 .contactForm .form-input input, .contact2 .contactForm .form-textarea textarea {
        height: 50px;
    }

    .contact2 .contactForm .form-textarea textarea {
        height: 150px;
    }

    .contact2 .contactForm .btns .btn,
    .contact .con3 .right .btn {
        width: 130px;
        height: 43px;
    }

    .contact2 .contactForm .form-input {
        margin-top: 20px;
    }

    .contact .con3 .right .input {
        margin-bottom: 20px;
    }

    .contact .con3 .left .des {
        font-size: 15px;
    }

    .contact .con3 .left .bt {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contact .con3 .left {
        padding-top: 10px;
    }

    .contact .con3 .right {
        padding-bottom: 40px;
    }

    .contact .con1 .cons .con .txt,
    .contact .con1 .adds .add .txt {
        width: calc(100% - 22px);
        padding-left: 15px;
    }

    .contact .con1 .pic {
        width: 22px;
    }

        .contact .con1 .pic svg {
            width: 22px;
            height: 22px;
        }

    .contact .con1 .tit {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contact .con1 .adds .add,
    .contact .con2 {
        margin-top: 15px;
    }

    .service .shfw .f3 .b1 {
        font-size: 15px;
    }

    .service .shfw .f1 strong {
        font-size: 16px;
        margin-top: 10px;
        display: block;
    }

    .service .t-tit {
        font-size: 24px;
    }

    .news .box .box_nr .ri svg {
        font-size: 12px;
        width: 16px;
        margin-left: 3px;
        text-align: center;
        display: block;
    }

    .news .box .box_nr .ri {
        text-align: center;
        margin-right: 5px;
    }

    .news .neinfo1 .neinfo1_cont {
        margin-bottom: 30px;
    }

    .news .neinfo1 .neinfo1_cont {
        padding-bottom: 30px;
    }

    .news .neinfo1 .neinfo1_tit {
        font-size: 22px;
        margin-top: 15px;
    }

    .appli .box {
        width: 100%;
        margin-bottom: 20px;
    }
}


.anli-ts {
    width: 100%;
    height: 50vh;
    padding: 20vh 0 0;
}

    .anli-ts p {
        font-size: 0.32rem;
        text-align: center;
        color: #333;
    }


.ryzz-head {
    text-align: center;
    margin-top: 30px;
}

    .ryzz-head p {
        font-size: 20px;
        display: inline-block;
        margin: 0 1.5%;
        cursor: pointer;
        color: #888888;
    }

        .ryzz-head p.on, .ryzz-head p:hover {
            color: #0056b8;
        }

.ryzz-cont {
}

    .ryzz-cont .ab4list {
        display: none;
    }

        .ryzz-cont .ab4list.on {
            display: block;
        }

@media screen and (max-width: 640px) {
    .ryzz-head p {
        font-size: 18px;
    }
}


.downcatlist {
    margin-bottom: 50px;
}

    .downcatlist ul {
        margin-bottom: 15px;
        border-left: 2px solid #0b47a9;
        padding-left: 10px;
    }

        .downcatlist ul li {
            float: left;
            font-size: 15px;
            margin-right: 15px;
            /* border-bottom: 1px solid #999999; */
            padding: 0px 5px;
            /* border-radius: 4px; */
        }

            .downcatlist ul li a {
                color: #999999;
            }

            .downcatlist ul li.on {
            }

                .downcatlist ul li.on a, .downcatlist ul li:hover a {
                    color: #0b47a9;
                }


.downlist-cont {
}

.prodtbtn {
}

    .prodtbtn .bt1 {
        padding: 10px 5px;
        margin-right: 20px;
    }

    .prodtbtn .bt2 {
        background-color: #0b47a9;
        padding: 10px 5px;
    }

.prinfo2{}
.prinfo2 table{
    width: 100%;
    margin: auto;
    margin: 20px 0;
}
.prinfo2 table tr{}
.prinfo2 table tr td{
    border: 1px solid rgb(158 158 158 / 58%);
    font-size: 16px;
    padding: 5px;
}

